github.com/klauspost/compress/zstd.blockEnc.size (field)
20 uses
github.com/klauspost/compress/zstd (current package)
blockenc.go#L18: size int
blockenc.go#L90: b.size = 0
blockenc.go#L496: saved := b.size - len(b.literals) - (b.size >> 6)
blockenc.go#L811: if len(b.output)-3-bhOffset >= b.size {
enc_best.go#L140: blk.size = len(src)
enc_better.go#L107: blk.size = len(src)
enc_better.go#L636: blk.size = len(src)
enc_dfast.go#L79: blk.size = len(src)
enc_dfast.go#L392: blk.size = len(src)
enc_dfast.go#L725: blk.size = len(src)
enc_fast.go#L70: blk.size = len(src)
enc_fast.go#L314: blk.size = len(src)
enc_fast.go#L567: blk.size = len(src)
snappy.go#L175: if r.block.size+r.block.extraLits != n {
snappy.go#L176: printf("invalid size, want %d, got %d\n", n, r.block.size+r.block.extraLits)
snappy.go#L375: if offset <= 0 || blk.size+lits < int(offset) /*|| length > len(blk)-d */ {
snappy.go#L376: println("offset <= 0 || blk.size+lits < int(offset)", offset, blk.size+lits, int(offset), blk.size, lits)
snappy.go#L395: blk.size += length + lits
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |